翻訳と辞書
Words near each other
・ Dar al-Islam (organisation)
・ Dar al-Magana
・ Dar al-Makhzen (Rabat)
・ Dar al-Manasir
・ Dar al-Mustafa
・ Dar al-Muwaqqit
・ Dar al-Salam
・ Dar al-Shifa
・ Dapper Dan (horse)
・ Dapper Dan Charities
・ Dapper Dan Open
・ Dapper Day
・ Dapper Denver Dooley
・ Dapper Laughs
・ Dapper O'Neil
Dapper ORM
・ Dapper-class gunboat
・ Dapperbuurt
・ Dappermarkt
・ Dappil language
・ Dapping
・ Dapple
・ DAPPLE Project
・ Dapple-throat
・ Dappled Cities
・ Dappledown Farm
・ Dapplegrim
・ Dappula I of Anuradhapura
・ Dappula II of Anuradhapura
・ Dappula III of Anuradhapura


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dapper ORM : ウィキペディア英語版
Dapper ORM

Dapper is an object-relational mapping (ORM) product for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks. Dapper is free as open source software that is distributed under dual license, either the Apache License 2.0 or the MIT License.
==Feature summary==
Dapper's primary feature is mapping from .NET classes to database tables (and from CLR data types to SQL data types). Dapper also provides data query and retrieval facilities.
Dapper is a micro-ORM: it does not offer the full range of features of a full ORM such as NHibernate or Entity Framework. This is by design. It focuses on simplicity and performance rather than full automation. Dapper does not generate the SQL queries, but only maps the result to Plain Old CLR Objects (POCOs). Third party extensions are available for mapping objects to INSERT and UPDATE queries. It is optimized for use with .NET 4.0 or higher.
The single class ORM is also available on NuGet.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dapper ORM」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.